runtime.childInfo.depth (field)

4 uses

	runtime (current package)
		heapdump.go#L241: 	depth  uintptr   // depth in call stack (0 == most recent)
		heapdump.go#L282: 	dumpint(uint64(child.depth))                       // # of frames deep on the stack
		heapdump.go#L330: 	child.depth++
		heapdump.go#L372: 	child.depth = 0